|
The following syntax allows the user to add
a hyperlink (URL) for the given Block Reference. All entities in the
Block Reference will be part of the hyperlink (including any text added using
the XML file). The user can define a second string, the Hyperlink
Comment, that will be displayed instead of the actual Hyperlink when the drawing
is viewed. XML Syntax
<Comment>Tailor Made Software's DWF
Viewer</Comment>
XML Specifics
| Name | This is the name of the Block Definition. This is actually optional, but makes the file easier to read. |
| Handle | This is the AutoCAD Entity Handle. It defines the specific Block Reference (Insert) being modified. |
| Hyperlink | The hyperlink for this Block Reference. The Hyperlink can be Javascript commands, not just URLs. |
| Comment | The text string to display instead fo the Hyperlink. |